/* /Components/HeaderFormatSelect.razor.rz.scp.css */
[b-qgdgg5xzo6] .custom-sub-icon {
    display: inline; 
    margin-top: -9px;
    margin-right: -5px;
    margin-left: 10px;
}

.custom-field[b-qgdgg5xzo6] {
    margin-left: 6px;
    margin-top: 1px;
    display: inline-block;
    width: 293px;
}
/* /Components/PackagePicker.razor.rz.scp.css */
/* /Components/RecurrenceEditor.razor.rz.scp.css */
[b-z3pg0yfd5o] .schedule-select-grid {
    display:grid;
    padding-inline: 45px; 
    grid-template-columns: repeat(7, 45px);
}

[b-z3pg0yfd5o] .schedule-select-grid > * {
    width: 32px;
}

[b-z3pg0yfd5o] .schedule-monthly-carousel {
    width: 400px;
    height: 200px;
}

.centered[b-z3pg0yfd5o] {
    display: flex;
    align-items: center;
    justify-content: center;
}
/* /Components/RrlInputList.razor.rz.scp.css */

.chip-container[b-godiv4rl1m] {
    display: flex;
    flex-direction: column; 
    align-items: center;
    margin-right: -5px; 
    margin-top: 5px;
    overflow-y: scroll;
}
/* /Components/SearchBar.razor.rz.scp.css */
/* /Dialogs/ImportSpreadsheetDialog.razor.rz.scp.css */
.preview-container[b-txnyiutqcp] {
    background-color: gainsboro;
    overflow: clip;
    padding: 17px;
    border-radius: 3px;
    height: 172px;
    margin: 12px;
    position: relative;
    width: 303px;
}

.preview-page[b-txnyiutqcp] {
    background-color: white; 
    zoom: 0.7; 
    overflow: clip; 
    height: 192px;
    width: 385px;
    border-radius: 8px;
}

.dialog-actions[b-txnyiutqcp] {
    position: absolute;
    bottom: 0;
    right: 10px;
}

.main-content[b-txnyiutqcp] {
    width: calc(100% - 245px);
    padding: 12px;
    position: relative;
}

[b-txnyiutqcp] .format-select {
    margin-bottom: 6px;
}

[b-txnyiutqcp] .preview-container .page {
    margin-left: -14px;
    padding-bottom: 100px;
}

[b-txnyiutqcp] .divider {
    background-color: grey;
    width: 2px;
    margin-top: -6px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 384px;
    height: auto;
    margin-bottom: 67px;
}

[b-txnyiutqcp] .content-text {
    font-size: 12px !important;
    color: grey;
}

[b-txnyiutqcp] .spreadsheet-hint-text {
    margin-left: 24px;
    margin-bottom: 12px;
}

[b-txnyiutqcp] .spreadsheet-hint-text * {
    font-size: 12px !important;
}

[b-txnyiutqcp] .mud-dialog-content {
    overflow: clip !important;
}
/* /Dialogs/SubmitScheduledSamplesDialog.razor.rz.scp.css */
[b-8je1se9b32] .dialog-title {
    font-weight: bold;
    margin-block: 12px; 
    font-size: 20px;
}

.start-date-container[b-8je1se9b32] {
    margin-inline: 12px;
    margin-block: 24px;
}

.desc-list-container[b-8je1se9b32] {
    background-color: whitesmoke;
    border-radius: 6px; 
    width: 500px; 
    padding: 6px;
    max-height: calc(100vh - 200px); 
    overflow-y: scroll;
    margin-block: 24px;
}

.desc-group-header[b-8je1se9b32] {
    border-radius: 6px;
    background-color: #00447d; 
    padding: 12px;
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}

.desc-list-item[b-8je1se9b32] {
    margin-bottom: 4px; 
    background-color: white; 
    border-radius: 6px;
    display: flex; 
    align-items: center;
    padding-inline: 6px;
    padding-block: 12px;  
}

[b-8je1se9b32] .desc-title {
    font-weight: bold; 
    text-wrap: nowrap;
    max-width: 300px; 
    overflow: hidden; 
    text-overflow: ellipsis;
}
/* /Dialogs/WizardSteps/SelectFeederStep.razor.rz.scp.css */
/* /Pages/FarmManagement/FarmCollection.razor.rz.scp.css */
[b-o2y1za8rqe] .fields-container {
    overflow: hidden;
    animation: slideDown-b-o2y1za8rqe 0.5s both;
}

@keyframes slideDown-b-o2y1za8rqe {
    from{
        height: 0;
        opacity: 0;
    }
    to {
        height: auto;
        opacity: 1;
    }
}
/* /Pages/SampleDescriptions/DescriptionDetailModal.razor.rz.scp.css */
.bottom-actions[b-jpm7lewg01] {
    position: absolute;
    bottom: 5px;
    right: 10px; 
    display: flex;
    width: 160px;
    justify-content: space-between;
}

.top-actions[b-jpm7lewg01] {
    position: absolute;
    right: 5px; 
    top: 0;
    display: flex;
    width:  75px;
    justify-content: space-between;
}
/* /Pages/SampleDescriptions/DescriptionTile.razor.rz.scp.css */
[b-we1s8mydai] .description-tile-card {
    width: calc(100% - 10px);
    height: 120px; margin:  0 auto;
    margin-block: 8px;
    position: relative;
    user-select: none;
    cursor: pointer;
}

[b-we1s8mydai] .description-tile-card-details {
    position: absolute;
    right:  15px;
    top:  10px;
}

[b-we1s8mydai] .description-selected {
    border: 1px solid color-mix(in srgb, var(--mud-palette-primary) 50%, white);;
    background-color: color-mix(in srgb, var(--mud-palette-primary) 5%, white);
}
/* /Pages/SampleDescriptions/Index.razor.rz.scp.css */
[b-oyn29s0m5l] .dropdown > * {
    text-transform: capitalize;
}

.sample-desc-action-bar[b-oyn29s0m5l] {
    margin: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width:  600px;
}

.sample-desc-container[b-oyn29s0m5l] {
    background-color: #f7f8f9;
    height: calc(100vh - 140px);
    width: 1030px;
    border: 1px solid gainsboro;
    border-radius: 6px;
    margin-left:  20px;
    overflow-y:  scroll;
    position: relative;
    padding-left: 2px;
}
